home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
x
/
scrolllist.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
462b
|
25 lines
/* WIDE AREA INFORMATION SERVER SOFTWARE:
No guarantees or restrictions. See the readme file for the full standard
disclaimer.
This is part of the X user-interface for the WAIS software. Do with it
as you please.
Version 0.8
Fri Feb 1 1991
jonathan@Think.COM
*/
#ifndef _H_SCROLLLIST
#define _H_SCROLLLIST
typedef struct scrollList {
Widget ListWidget;
char* name;
XtCallbackProc callback;
} _ScrollList, *ScrollList;
#endif